home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Pro - Web Page Builder
/
Internet Pro - Web Page Builder (Wayzata Technology) (7241) (1995).bin
/
pc
/
windows
/
http_srv
/
whttpd14
/
form-rpt.bat
< prev
next >
Wrap
DOS Batch File
|
1994-04-19
|
367b
|
14 lines
rem
rem Used with example forms in the Windows httpd documentation
rem Too bad angle brackets can't be echoed by COMMAND.COM...
rem Get a better shell!
rem
set of=%output_file%
echo Content-type:text/html > %of%
echo. >> %of%
type c:\httpd\cgi-bin\form-rpt.pre >> %of%
type %CONTENT_FILE% >> %of%
type c:\httpd\cgi-bin\form-rpt.pst >> %of%